/*! http://responsiveslides.com v1.54 by @viljamis */

.viewer{
float:left;
height: 740px;
width: 100%;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 100%;

  }

p.caption{
	position: absolute;
	bottom: 20px;
	right: 20px;
	background: #504842;
	color: white;
	padding: 2%;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0px;
  height: 100%;
  background-position:center center;
background-repeat:no-repeat;
background-size: cover;
  }
.rslides li a{
width: 100%;
float: left;
height: 100%;
}



.rslides li h2 {

color: #A01818;
position: absolute;
display: inline-block;
font-size: 2.5em;
font-weight:700;
padding: 0.6em 0.4em;
text-shadow: 2px 2px black;
margin-top:25px;

}
.rslides li p{
text-transform:uppercase; 
font-family: 'Oswald';
font-weight:400;
color: #fff;
font-size: 1.5em;
padding: 0.6em 0.8em;
text-shadow: 2px 2px black;

}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
